SixBit API Schema
shipmentidattrGroup Attribute Group
Description
Attributes to specify the internal or external identifier for a shipment.
Namespace (none)
Overview
shipmentidattrGroup
Attributes to specify the internal or external identifier for a shipment.
shipmentid optional xs:string
The internal shipmentid created by SixBit.
externalshipmentid optional xs:string
The external shipmentid.
Attributes
NameTypeUseDefaultFixedDescription
shipmentidxs:stringoptional  The internal shipmentid created by SixBit.
externalshipmentidxs:stringoptional  The external shipmentid.
Source
<xs:attributeGroup name="shipmentidattrGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Attributes to specify the internal or external identifier for a shipment.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="shipmentid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The internal shipmentid created by SixBit.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="externalshipmentid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The external shipmentid.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.